home *** CD-ROM | disk | FTP | other *** search
- object Form20: TForm20
- Left = 334
- Top = 215
- Width = 356
- Height = 192
- Caption = 'Customize Drop Box'
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- FormStyle = fsStayOnTop
- OldCreateOrder = True
- PixelsPerInch = 120
- TextHeight = 16
- object Label1: TLabel
- Left = 10
- Top = 10
- Width = 324
- Height = 16
- Caption = 'Enter the customized size for the selected drop box and'
- end
- object Label2: TLabel
- Left = 10
- Top = 30
- Width = 239
- Height = 16
- Caption = 'click the Ok button to store the new size.'
- end
- object Label3: TLabel
- Left = 89
- Top = 59
- Width = 101
- Height = 16
- Caption = 'Horizontal bound:'
- end
- object Label4: TLabel
- Left = 103
- Top = 89
- Width = 87
- Height = 16
- Caption = 'Vertical bound:'
- end
- object BitBtn1: TBitBtn
- Left = 39
- Top = 118
- Width = 71
- Height = 31
- Hint = 'Save the size indicated above'
- Caption = 'Ok'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 217
- Top = 118
- Width = 89
- Height = 31
- Hint = 'Ignore changes'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = BitBtn2Click
- Kind = bkCancel
- end
- object Edit1: TEdit
- Left = 197
- Top = 49
- Width = 50
- Height = 24
- TabOrder = 2
- end
- object Edit2: TEdit
- Left = 197
- Top = 79
- Width = 50
- Height = 24
- TabOrder = 3
- end
- end
-